luci-app-usteer: add sta cipher and AKM info in tooltip#8367
luci-app-usteer: add sta cipher and AKM info in tooltip#8367Ramon00 wants to merge 1 commit intoopenwrt:masterfrom
Conversation
|
Isn't this info all available via network functions already (a la network/wifi overview)? |
|
nope currently no way to check the actual cipher and AKM that the sta is using in LuCi. As far as I can tell it is also not exposed via ubus. |
|
ugh... where did that merge commit come from, let me kill that |
ea7fa9b to
98ddffe
Compare
applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
98ddffe to
a222a46
Compare
|
I think you need to rebase on master to fix the conflict. |
|
I did that already, seems like something is out of sync on my side, but let me try again tonight |
a222a46 to
f793c8c
Compare
luci-app-usteer: add sta info in tooltip Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
f793c8c to
0caa467
Compare
|
Are you sure those maps will be |
|
Yes im sure, try running |
|
OK - if you're happy, in she goes (just gonna let the checks finish) |
|
ok thx. I could make the same tooltip for luci-mod-network wireless.js, if you think that makes sense |
|
Closed via 60c3488 |
Add sta cipher and AKM in tooltip to luci-app-usteer if hostapd_cli is installed
example of the full tooltip

It hostapd_cli is not installed it will show
Install hostapd_cli for AKM and cipher infoinstead of the cipher and AKM.For the sta's not on the current AP it does not show anything (as hostapd_cli can only show information on the current AP)
P.S. If so desired, I can add more information, e.g. the flags=[AUTH][ASSOC][AUTHORIZED][WMM][MFP][HT][VHT][HE]
or maybe he_capab, vht_caps_info, vht_capab, ht_caps_info, ext_capab? See
/usr/sbin/hostapd_cli -i phy1-ap0 all_stafor a full listP.P.S Alternative or maybe in addition, this can also be done in luci-mod-network/wireless.js?